←Select platform

Retrieve<T>(String) Method

Summary

Resolve an instance of the requested type with the given name from the container.

Syntax

C#
VB
C++
public static T Retrieve<T>(  
   string name 
) 
Public Overloads Shared Function Retrieve(Of T)( _ 
   ByVal name As String _ 
) As T 
public: 
static _T^_ Retrievegeneric<typename T> 
(  
   String^ name 
) 

Parameters

name
Name of the object to retrieve.

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize